projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49abbd9
)
cmd/Kconfig: Fix typo in CMD_MEMORY help text
author
Fabio Estevam
<
[email protected]
>
Thu, 15 Dec 2016 22:02:19 +0000
(20:02 -0200)
committer
Tom Rini
<
[email protected]
>
Tue, 27 Dec 2016 16:24:13 +0000
(11:24 -0500)
Fix "Memory" and "initialize" typos in the CMD_MEMORY help text.
Signed-off-by: Fabio Estevam <
[email protected]
>
Reviewed-by: Tom Rini <
[email protected]
>
cmd/Kconfig
patch
|
blob
|
history
diff --git
a/cmd/Kconfig
b/cmd/Kconfig
index bffa7134f7513bf46e8f98623e5637bda0b8c24a..91bd3fb0b58ec958097ff91f8c126cde4533eb1a 100644
(file)
--- a/
cmd/Kconfig
+++ b/
cmd/Kconfig
@@
-309,7
+309,7
@@
config CMD_MEMORY
bool "md, mm, nm, mw, cp, cmp, base, loop"
default y
help
- Mem
e
ory commands.
+ Memory commands.
md - memory display
mm - memory modify (auto-incrementing address)
nm - memory modify (constant address)
@@
-317,7
+317,7
@@
config CMD_MEMORY
cp - memory copy
cmp - memory compare
base - print or set address offset
- loop - initi
nit
e loop on address range
+ loop - initi
aliz
e loop on address range
config CMD_CRC32
bool "crc32"